home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Disc - MacWorld 1995
/
PowerComputing (The Disc)(MacWorld 1995).ISO
/
pc
/
cdfactor
/
hcfactor
/
hcode.exe
/
hcode.DXR
/
00063_introMouseDownScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-14
|
454 b
|
24 lines
global gIntroMovieFlag, theQTMovie
on introMouseDownScript
if frame() = 3 then
repeat while the stillDown
end repeat
if gIntroMovieFlag then
QTPlay(theQTMovie)
set gIntroMovieFlag to 0
else
QTPause(theQTMovie)
QTDispose(theQTMovie)
go("introPause")
end if
else
if frame() > 3 then
repeat while the stillDown
end repeat
go("StartMode")
end if
end if
dontPassEvent()
end